Skip to content

Conversation

@r-maradiaga
Copy link
Contributor

Description

Previously we had stored many of the footer pages in the backend. This change allows us to free up clutter in the backend. Additionally, it allows anybody to make changes much more efficiently than when it was on the backend. The only way to see the changes to your code was to open the html file and constantly reload the page to see the changes you made. Instead of that tedious process, you can just use an npm command to see your changes in real time.

The pages that were added were:

  • about
  • collections
  • team (updated to current team)
  • privacy policy
  • terms of service
  • support

Additional changes were done to routes.js in order to use the pages in the frontend rather than the backend; fontawesome packages were added to add icons for some of the about images including brand images like linkedin and github for team members that had websites linked in their respective cards; added another folder to hold images of team members; a couple of changes were done to App.css because it was difficult to get the same effect using bootstrap classes. However, most of the styling changes were done using bootstrap because the css files are global across all MYR pages.

Preview

About page header:
image

Related Issue

Issue #216

@r-maradiaga r-maradiaga requested a review from jf-kelly December 9, 2022 23:20
@jf-kelly jf-kelly requested a review from banstack February 7, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant